home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Events.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  991b  |  45 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Events" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains the global event bindings.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="BindingType">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Describes the binding.</desc>
  16.             </info>
  17.             <prop oor:name="BindingURL" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>The Macro URL to which the event is bound.</desc>
  22.                 </info>
  23.             </prop>
  24.         </group>
  25.     </templates>
  26.     <component>
  27.  
  28.         <group oor:name="ApplicationEvents">
  29.  
  30.             <info>
  31.  
  32.                 <desc>Contains information about the global events.</desc>
  33.             </info>
  34.             <set oor:name="Bindings" oor:node-type="BindingType">
  35.  
  36.                 <info>
  37.  
  38.                     <desc>Contains event bindings.</desc>
  39.                 </info>
  40.             </set>
  41.         </group>
  42.     </component>
  43. </oor:component-schema>
  44.  
  45.